
General
 * Will force recompile of TFL files on first run with a given version number.
 * Moved the employee complaining about being tired to the "move" part of the
   turn, so it happens before the actions happen, thus allowing the owner or
   managers to work for the tired worker. 
 * The option to change clothes now gives as options all the images available
   for the character.
 * Improved the undressing of pregnant women during sex and in threesome
   scenes. It hopefully should prevent some stuck loops. Not sure if it will
   fix every case but it worked on every girl I tried it on.
 * Added option to force the MC's siblings to be children regardless of the
   age of the MC ("siblings_are_children"). Requires new game to take effect.
 * Improved the logic to move characters about the map.

Game Play
 * The results of inviting your old friend to visit your club were likely
   always to fail as the happiness calculation was using the old -100 to 100
   range. This has been fixed.
 * Can now ask a pregnant woman about their pregnancy and in most cases
   learn who is the father.
 * Older, infertile women were demanding condom use when they should not care.
 * Special handling for pregnant women health checkups to better deal with
   some situations like no one working at the clinic. Also increased the time
   between visits for the MC.
 * People how are too far in-debt can get beat up by the debt collectors. (Or
   if they are good at fighting they may win those fights). Does not apply to
   the MC, other owners and special/unique characters.
 * Makes sure that the headliner performer is not pregnant.
 * Cleaned up some of the code around wearing condoms during sex to fix a
   number of minor issues such as sometimes the girl asking to wear a condom
   after having sex, or not displaying the response of those requests.
 * Fixed the nude beach petition drive. Lots of people that were not supposed
   to collect them were asking for signatures. It raises the bar on who is
   able to request signatures. Also decreased the chance of the MC being
   asked to sign repeatedly.

Simulation

UI
 * The list of young children was showing children a father had but were not
   known.

Bug Fixes
 * The punish option was not appearing in some cases when the bouncer caught
   someone stealing money.
 * Hookers were sometimes denying sex after they were paid for it.
 * Workers being trained were still working during the same period as the
   training. Now after the training is completed they will be moved away from
   their work room to avoid being counted as work.
 * The notification that there was a commissioner in your club was being
   triggered too late for you to act on. It should now appear when they show
   up, before your turn. (There were also two ways for commissioners to visit
   your club, so consolidated that into a single one).
 * The work experience new characters were being assigned was not working right.
   Characters should now get more diverse work experience.

For Devs
 * Made the console command TRACE available (it shows the state of the
   code and variables while inside a decision, used to debug issues with
   the TFL code).
 * Added &unpslit_sep() built-in function that works just like &unsplit but
   accepts a delimiter character.
 * Added built in function &undress_pose_id - should be used to undress
   someone and replace a few functions in the decisions/undress.tfl file.
 * Added built_in function &pose_ok_for_sex_act() that returns whether the
   given person needs to undress to perform a sex act.
 * Added new sex session property "condom_talk" to indicate that a couple had
   a discussion about wearing a condom so it won't prompt for it again.
 * Can now use the attr_val console command to dump the value of flags
